body {
  /* font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif; */
  font-family: sourceHan;
  line-height: 2;
}

.phone {
  display: none;
}

.container {
  max-width: 1500px;
  width: 92%;
  margin: 0 auto;
}
.container1 {
  max-width: 1817px;
  width: 94.5%;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

.footer,
.header {
  flex: 0;
}

a:hover {
  text-decoration: none;
  color: #240f6c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

@-webkit-keyframes fromBottomFade {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0;
  }
}

@keyframes fromBottomFade {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
}
@font-face {
  font-family: Ranybold;
  src: url(../fonts/Rany/Rany-Bold.otf);
}
@font-face {
  font-family: RanyMedium;
  src: url(../fonts/Rany/Rany.otf);
}
@font-face {
  font-family: Pingfang;
  src: url(../fonts/pingfang/pingfang-n.TTC);
}
@font-face {
  font-family: Pingfang-bold;
  src: url(../fonts/pingfang/PINGFANG\ BOLD.TTF);
}
@font-face {
  font-family: gilroy-bold;
  src: url(../fonts/gilroy/gilroy-bold-4.otf);
}
@font-face {
  font-family: sourceHan;
  src: url(../fonts/SourceHan/SourceHanSansCN-Medium.otf);
}
@font-face {
  font-family: sourceHan-bold;
  src: url(../fonts/SourceHan/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: sourceHan-light;
  src: url(../fonts/SourceHan/SourceHanSansCN-Light.otf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}
/* .Pingfang{
  font-family: Pingfang;
}
.Pingfang-bold{
  font-family: Pingfang-bold;
} */
.Ranybold{
  font-family: Ranybold;
}
.RanyMedium{
  font-family: RanyMedium;
}
.sourceHan{
  font-family: sourceHan;
}
.sourceHan-bold{
  font-family: sourceHan-bold;
}
.gilroy-bold{
  font-family: gilroy-bold;
}
.sourceHan-light{
  font-family: sourceHan-light;
}
.Poppins-Bold{
  font-family: Poppins-Bold;
}
.image{font-size: 0;line-height: 0;}
.image img{max-width: 100%;}
/* 导航 */
.pc-nav {  width: 100%;height: 100px;  position: fixed;  top: 0;  left: 0;  z-index: 999; transition: 0.6s;background:rgba(255,255,255,1);}
.nypc{box-shadow: 0px 0px 2px 2px #f7f7f7;}
.pc-nav .container{display: flex;justify-content: space-between;}
.pc-nav .container .target {text-align: right;line-height: 40px;height: 40px;display: flex;flex-direction: row-reverse;align-items: center;}
.pc-nav .container .target a{display: flex;align-items: center;color: #666666;}
.pc-nav .container .target a:hover{color:#005dc5;}
.pc-nav .logo-box{ display: flex;  align-items: center;  justify-content: space-between; transition: 0.6s;float: left;height: 100px;}
.pc-nav .logo-box .logo {align-items: center;font-size: 0;}
.pc-nav .logo-box .logo img {  max-width: 100%;max-height: 100%;}


.pc-nav .container1{height: 100px;position: relative;}
.pc-nav .nav{float: right;width: calc(100% - 300px);position: absolute;right: 0;top: 40px;}

.pc-nav .nav .menu {display: flex; align-content: center;justify-content: flex-end;}
.pc-nav .nav .menu li { display: flex; align-items: center; justify-content: center;  position: relative;margin-left:1vw ;float: left;padding-bottom: 20px;}
.pc-nav .nav .menu li a {font-size: 18px; color:#666666;opacity: 1; white-space: nowrap;height: 40px;line-height: 40px;padding: 0px calc(0.7vw);border-radius: 5px;position: relative;}
.pc-nav .nav .menu li a::after{content:"";position: absolute;left: calc(50% - 15px);top: 100%;width: 0px;height:6px;background: #005dc5;border-radius: 3px; transition: 0.6s;}
.pc-nav .nav .menu li a.nv{white-space: nowrap;position: relative;}

.pc-nav .nav .menu .menu-son {  display: none;  position: absolute;border-radius: 3px;overflow: hidden;  top: 100%;  left: calc(50% - 80px);   z-index: 100;  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);  width: 160px;  font-size: 14px;  background: #fff;  animation: fromBottomFade 0.6s ease both;  -webkit-animation: fromBottomFade 0.6s ease both;}
.pc-nav .nav .menu .menu-son a {  overflow: hidden;  color: #222;  display: block;  font-size: 14px; text-align: center;  border-bottom: 1px solid #ebebeb;  text-align: center;}
.pc-nav .nav .menu li a.supplier{background: #005dc5;color: #ffffff;transition: 0.6s;}

.pc-nav .nav .menu li.cur a.nv{color:#005dc5;}
.pc-nav .nav .menu li.cur a::after{width: 30px;}
.pc-nav .nav .menu li a:hover{color:#005dc5;}
.pc-nav .nav .menu li:hover a.nv::after{ width: 30px;}
.pc-nav .nav .menu li:hover .menu-son {  display: block;}
.pc-nav .nav .menu li a.supplier:hover{background: #ffffff;}
.pc-nav .nav .menu li .change{background: url(../images/change-bg.png)no-repeat right center;height: 40px; border-radius:24px;overflow: hidden;}
.pc-nav .nav .menu li .change a{color:#005dc5;display: block;float: left;padding: 0px 17px ;}
.pc-nav .nav .menu li .change a:first-child{background:#73bcf1;color:#ffffff;border-radius: 20px;}


.pc-nav .getprice{background:#005dc5;color:#ffffff;}
.pc-nav .nav .menu li a.getprice{background:#005dc5;color:#ffffff;padding: 2px 15px;border-radius: 24px;}
.pc-nav .nav .menu li:hover a.getprice{background:#005dc5;color:#ffffff;}
.headerauto{height: 100px;}


/* 内页导航 */
.inset {width: 100%;  overflow: hidden;  padding:60px 0px 60px 0px;}
.inset-cate { margin: 40px auto;}
.inset-cate .cate{ font-size: calc(1.4vw + 12px); margin-bottom: 15px;}
.inset-cate .catelist{width: 100%;overflow: hidden;}
.inset-cate .catelist ul li{min-width: 130px; height: 42px;line-height: 42px;text-align: center;float: left;margin-right:7px;border-radius:21px;overflow: hidden;}
.inset-cate .catelist ul li a{display: block;padding:0px 30px;height: 100%;color: #ffffff;
  font-size: 18px;
  background: #005dc5;
}
.inset-cate .catelist ul li.cur a{background: #34855b;}
.inset-cate .catelist ul li:hover a{background: #34855b;}
.inset .editor img{max-width: 100%;}


.sidenav{overflow:hidden;padding-bottom: calc(20px + 1vw);}
.sidenav .left{position: relative;}
.sidenav .left .top_entitle{font-size:calc(22px + 7.2vw);line-height: 1;color: rgba(0, 0, 0, 0.05);white-space: nowrap;}
.sidenav .left .top_title{font-size:calc(21px + 1.5vw);line-height: 1;position: absolute;bottom: 25px;left: 0;}
.sidenav .left .top_title span{color:#005dc5}
.sidenav .left .top_crumb{margin-top: -90px;position: relative;z-index: 1;}
.sidenav .left .top_crumb .image{float: left;margin-right:30px;}
.sidenav .left .top_crumb .crumb{color: #666666;line-height: 100px;}
.sidenav .left .top_crumb .crumb a{color: #666666;}
.sidenav  .right{overflow: hidden;}
.sidenav  .top_des{color: #666666;font-size: 20px;max-width: 1100px;float: left;}
.sidenav ul{overflow: hidden;}
.sidenav ul li{float:left; overflow: hidden;background: #ffffff;overflow: hidden;margin-bottom: 1px;position: relative;transition: 0.3s;line-height: 40px;border-radius: 20px;width: 120px;text-align: center; }
.sidenav ul li a {color: #333333;  font-size:18px;margin: auto; display: block; position: relative;transition: 0.3s; }
.sidenav ul li.cur a{color: #ffffff;background: #005dc5; }
.sidenav .search{float: right;}
.sidenav .search .form{width:260px;height:45px; background: #f9f9f9;border-radius: 23px;overflow: hidden;}
.sidenav .search input{width: 220px;float: left; height: 45px;border: none;background: #f9f9f9;outline: none;text-indent: 30px;}
.sidenav .search .icon{float: left;line-height: 45px;}


.inset_left{width: 270px;background: #f8f8f8;border-radius: 25px;padding: 25px 0px;}
.inset_left ul li{ overflow: hidden;line-height:30px; overflow: hidden;margin-bottom: 1px;position: relative;transition: 0.3s;padding-left: 30px;width: 230px; line-height: 3; }
.inset_left ul li a {color: #000000;  font-size:16px;margin: auto; display: block; position: relative;transition: 0.3s;}
.inset_left ul li a i{float: right;}
.inset_left .nav-first a{font-size:26px ;color:#000000;}
.inset_left .nav-second a{font-size:18px; }
.inset_left .nav-third{padding-left: 20px;display: none;}

.inset_left .nav-second.cur .nav-third{height: auto;opacity: 1;display: block;}
.inset_left ul li.top_title{font-size: 26px;}
.inset_left ul li.top_title p{margin: auto;}
.inset_left ul li a.cur{color: #005dc5;   }
.inset_left ul li a:hover{color: #005dc5;  }
.inset_left .nav-third.cur a{color: #005dc5;}


.inset_right{width: calc(100% - 300px);float: right; background: #ffffff;overflow: hidden;}
.inset_right1{width: 100%;background: #ffffff;overflow: hidden;}
.inset_right img{max-width: 100%;}
.inset_right1 img{max-width: 100%;}

.orientation {  margin-top: 30px;  line-height: 30px;}


.tit{position: relative;width: 100%;font-weight: bold;}
.tit .catenname{font-size:calc(2vw + 24px);line-height: 1;margin-bottom:20px;}
.tit .catname{font-size:calc(0.9vw + 18px);line-height: 1;}

/* 内页banner */
.index-banner{overflow: hidden;background: #fff;font-size: 0;line-height: 0; max-width: 1817px;width:94.5%;margin: auto; border-radius: 30px;}
.index-banner img{
    max-width:100%;
    margin: auto;
    border-radius: 30px;
    transition:1s linear 2s;
    transform:scale(1.1,1.1) rotate(0.1deg);
    }
    .index-banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1) rotate(0.1deg);
    }	

    .swiper-button-prev{left: -40px;}
    .swiper-button-next{right: -40px;}
.index-banner .swiper-button-next{outline:none;color:#ffffff;right: 20px;}
.index-banner .swiper-button-prev{outline:none;color:#ffffff;left: 20px;}


.inside-banner {}
.inside-banner .swiper-slide { position: relative;}
.inside-banner .swiper-slide .banner-title {  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%); }
.inside-banner .swiper-slide .banner-title .cn{ font-size: 34px;   color: #fff;margin-bottom: 10px;}
.inside-banner .swiper-slide .banner-title .en{ font-size: 20px;   color: #fff;font-weight: lighter;}
.inside-banner .swiper-slide p{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);color:#ffffff;font-size: 35px;}


.iProducts{width: 100%;padding: calc(20px + 1vw) 0px ;}
.iProducts .cat-title{height: 120px;}
.iProducts .cat-title{display: flex;align-items: center;justify-content: space-between; }
.iProducts .cat-title .des .con{white-space: nowrap;color: #999999;}
.iProducts .cat-title .des .more a{color:#005dc5;font-size: 18px;}
.iProducts .iProducts_details{position: relative;}
.iProducts .iProducts_con{margin-top: 60px;overflow: hidden;}
.iProducts .iProducts_con ul{}
.iProducts .iProducts_con ul li{float: left;background: #fafafa;border-radius: 18px; overflow: hidden;}
.iProducts .iProducts_con ul li .details{width: calc(100% - 60px);padding:0px 30px 30px; overflow: hidden;transition: 0.3s;}
.iProducts .iProducts_con ul li .details a{width:calc(100% - 0px);margin: auto;display: block;}
.iProducts .iProducts_con ul li .details .image{ overflow: hidden;border-radius: 18px; display: flex;align-items: center;justify-content: center;aspect-ratio: 1;}
.iProducts .iProducts_con ul li .details .image img{max-width: 100%;max-height: 100%;}
.iProducts .iProducts_con ul li .details img{transition: 0.6s;}
.iProducts .iProducts_con ul li .details img:hover{transform: scale(1.1,1.1);}
.iProducts .iProducts_con ul li .details .title { font-size: calc(18px + 0.6px) ;line-height: 25px; color: #000;  padding: 20px 0px 10px;position: relative;transition: 0.3s;}
.iProducts .iProducts_con ul li .details .summary{color: #666;transition: 0.3s; }
.iProducts .iProducts_con ul li .details:hover{box-shadow: 0px 0px 5px 5px #eeeeee;}
.iProducts .iProducts_con ul li .details:hover .title{color:#005dc5;width: calc(100% - 30px);padding:20px 15px 10px;}
.iProducts .iProducts_con ul li .details:hover .summary{color:#005dc5;width: calc(100% - 30px);padding: 0px 15px;}



.iAbout{ position: relative;overflow: hidden;background: #f3f5f7;  max-width: 1817px;width:94.5%;margin: auto;margin-top: calc(20px + 1vw); border-radius: 30px; }
.iAbout .container{display: flex;align-items: center;height: 725px;}
.iAbout .about-left{width: 45%;}
.iAbout .aboutlist{margin-top:40px;width: 100%;  overflow: hidden;}
.iAbout .aboutlist ul li{float: left;margin-bottom: calc(15px + 0.7vw);margin-right: 60px;}
.iAbout .aboutlist ul li:nth-child(3n){margin-right: 0px;}
.iAbout .aboutlist ul li .numCX{font-size: 40px;line-height: 1.5; color:#005dc5;}
.iAbout .aboutlist ul li sub{font-size: 1vw;color:#005dc5;}
.iAbout .aboutlist ul li .indc{font-size: calc(14px + 0.1vw);color:#999999}
.iAbout .about-left .details{margin-bottom: 30px;font-size: calc(14px + 0.1vw);}
.iAbout .about-left .more{width: 150px;height: 48px;line-height: 48px; text-align: center;display: block; border-radius: 24px;border: 1px solid #d5d5d5;padding: 0px 28px;transition: 0.6s;}
.iAbout .about-left .more:hover{background:#005dc5;color:#ffffff;border: 1px solid #fff;}

.iAbout .about-right{width:50%;border-radius: 20px;overflow: hidden;font-size: 0;line-height: 0;position: absolute;right: 0;top: 0;display: flex;align-items: center;overflow: hidden;}
.iAbout .about-right img{transition: 0.6s;}
.iAbout .about-right img:hover{transform: scale(1.1,1.1);}


.iNews{width: 100%;padding: 60px 0px;}
.iNews .container{display: flex;justify-content: space-between;flex-wrap: wrap;}
.iNews .iNews-cate{width: 30%;float: left;}
.iNews .iNews-cate ul{margin-top: 44px;}
.iNews .iNews-cate ul li{width:170px;height: 50px;display: block;text-align: center;border-radius: 25px;overflow: hidden;}
.iNews .iNews-cate ul li a{display: block;line-height: 50px;color: #333333;font-size: 18px;}
.iNews .iNews-cate ul li.active a{background: #005dc5;color:#ffffff;}
.iNews .iNews-cate .more{width:170px;height: 50px;display: block;text-align: center;border-radius: 25px;overflow: hidden;margin-top: 40px;}
.iNews .iNews-cate .more a{display: block;line-height: 50px;color: #005dc5;font-size: 18px;}
.iNews .iNews-cate .more:hover a{background: #005dc5;color:#ffffff;}
.iNews .iNews-detail{width: 65%;float: right;}
.iNews .iNews-detail ul{display: none;}
.iNews .iNews-detail ul:first-child{display: block;}
.iNews .iNews-detail ul li {position:relative;width: 100%;float: left;padding: 30px 0px;border-bottom: 1px solid #e2e2e2; overflow: hidden;}
.iNews .iNews-detail ul li a .title {width: 100%; font-size: calc(0.4vw + 14px);color: #333333;margin-bottom: 10px; line-height: 1.6;transition: 0.3s;}
.iNews .iNews-detail ul li a .title span{float: right;font-size: calc(0.2vw + 12px);color: #999999;}
.iNews .iNews-detail ul li a .des{margin-bottom: 5px; color:#333333;font-size: calc(0.2vw + 12px);line-height: 2;transition: 0.3s;}
.iNews .iNews-detail ul li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;transition: 0.3s;}
.iNews .iNews-detail ul li a .icon{font-size: calc(0.2vw + 12px);color: #666666;transition: 0.3s;}
.iNews .iNews-detail ul li a:hover .title {  color: #005dc5;}
.iNews .iNews-detail ul li a:hover .title span{  color: #005dc5;}
.iNews .iNews-detail ul li a:hover .des{  color: #005dc5;}
.iNews .iNews-detail ul li a:hover .icon{  color: #005dc5;}


.iPartner{width: 100%;padding: calc(20px + 2vw) 0px ;}
.iPartner .iPartner-detail{width: 100%;margin-top: calc(20px + 1vw);position: relative;}
.iPartner .iPartner-detail .mySwiper_Partner{overflow: hidden;}
.iPartner .iPartner-detail ul li .image{height: 100px;display: flex;align-items: center;justify-content: center;}
.iPartner .iPartner-detail ul li .image img{max-height: 100px;}
/*.iBanner-box{width: 100%;position: relative;}*/
/*.iBanner-box .image{width: calc(100% - 32px);font-size: 0;padding: 16px;background: #ceeedb;border-radius: 10px;}*/
/*.iBanner-box .image img{width: 100%;}*/
/*.iBanner-box .con{position: absolute;width: 85%; left: 50%; top:50%;transform: translate(-50%,-50%);display: flex;align-items: center;justify-content: space-between;}*/
/*.iBanner-box .con .de{color:#ffffff;line-height: 1.5;font-size:calc(1vw + 14px) ;}*/
/*.iBanner-box .con .more{width: 150px;height: 48px;display: flex;justify-content: space-between;align-items: center; border-radius: 24px;background:#005dc5;color:#ffffff;padding: 0px 28px;transition: 0.6s;}*/
/*.iBanner-box .con .more img{transition: 0.6s;filter: brightness(100);}*/


.iBanner-box{width: 100%;position: relative;}
.iBanner-box .image{width: calc(100% - 16px);font-size: 0;padding: 8px;background: #ceeedb;border-radius: 10px;}
.iBanner-box .image img{width: 100%;opacity:1;}
.iBanner-box .con{position: absolute;width: 85%; left: 50%; top:50%;transform: translate(-50%,-50%);}
.iBanner-box .con .tit .catname{color:#ffffff;margin-bottom:calc(30px + 1.5vw);}
.iBanner-box .con .de{color:#ffffff;line-height: 1.5;font-size:calc(1vw + 14px) ;margin-bottom:calc(30px + 1.5vw);}
.iBanner-box .con .more{width: 150px;height: 48px;display: flex;justify-content: space-between;align-items: center; border-radius: 24px;background:#005dc5;color:#ffffff;padding: 0px 28px;transition: 0.6s;}
.iBanner-box .con .more img{transition: 0.6s;filter: brightness(100);}


.iCustomer .tit{margin-bottom:30px;}
.iCustomer .Customer-detail{overflow: hidden;}
.iCustomer .Customer-detail ul li{text-align: center;}
.iCustomer .Customer-detail ul li .image{margin-bottom: calc(2vw + 3px);height: 150px; width: 100%;overflow: hidden;background: #f8f8f8;border-radius: 70px;display: flex;align-items: center;justify-content: center;}
.iCustomer .Customer-detail ul li .title{font-size: 16px;}



.contact_info ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact_info ul li{width: calc(49% - 100px);padding:35px 50px; float: left;background: #f8f8f8;display: flex;align-items: center;margin-bottom: 15px;border-radius: 15px;}
.contact_info ul li:nth-child(5n){width: 100%;}
.contact_info ul li .image{width:80px;height: 80px;display: flex;justify-content: center;align-items: center;margin-right: 20px;}
.contact_info ul li .title{font-size:16px; color:#34855b;}
.contact_info ul li .des{font-size: 26px;color:#34855b;line-height: 1.2;}

/*联系我们*/
.lxfscol{display: flex;flex-wrap: wrap;justify-content: space-between;}
.lxfscol .contact-tit{font-size: calc(18px + 0.6vw);margin-bottom: calc(20px + 1vw);}
.lxfscol .contact{width: 45%;padding: 50px 0px 0px;}
.lxfscol .contact .con{color: #666666;}
.lxfscol .contact .contact-map{width: 100%;height: 400px;}

.lxfscol .contact-form{width: calc(50% - 100px);padding: 50px;background: #f7f7f7;border-radius: 30px;}
.iMessage ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.iMessage ul .w50{width:calc(50% - 5px);position: relative; overflow:hidden;margin-bottom:12px;border-radius: 5px;}
.iMessage ul .w100{width:calc(100% - 0px);position: relative; overflow:hidden;margin-bottom:12px;border-radius: 5px;}
.iMessage ul li p{margin-bottom: 10px;}
.iMessage ul li p span{color: #e60012;}
.iMessage ul li input{width:calc(100% - 2px);text-indent:10px; float:left;height:45px;line-height:45px;border:1px solid #e6e6e6;outline: none;background: #ffffff; border-radius:5px;}
.iMessage ul li textarea{width:calc(100% - 2px);text-indent:10px; float:left;height:135px;line-height:45px;border:1px solid #e6e6e6;outline: none;border-radius:5px;}
.iMessage ul .captcha{width: 100%;margin-bottom:12px;}
.iMessage ul .captcha input{width:180px;margin-right: 10px;}
.iMessage ul .captcha img{height: 45px;border:1px solid #e6e6e6;border-radius: 5px;}
.iMessage .messagesubmit{width: 338px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #005dc5;
  border-radius:5px;
  color: #fff;
  cursor: pointer;
}

/*药物警戒*/
.report-Pharm{width: 100%;overflow: hidden;} 
.report-Pharm .details ul li{float: left;width: calc(50% - 24px);position: relative;border-bottom:1px solid #ebecef;padding: 20px 0px;margin-right:48px ; overflow: hidden;}
.report-Pharm .details ul li:nth-child(2n){margin-right: 0;}
.report-Pharm .details ul li:nth-child(4n + 1){border-top:1px solid #ebecef;}
.report-Pharm .details ul li:nth-child(4n + 2){border-top:1px solid #ebecef;}
.report-Pharm .details ul li .tt{font-size: calc(16px + 0.2vw);line-height: 36px;color: #004a9d;position: relative;}
.report-Pharm .details ul li .tt .image{position: absolute;right: 0px;top: 0px;transition: 0.6s;width: 36px;height: 36px;border-radius: 18px;overflow: hidden;display: flex;align-items: center;justify-content: center;background-color: #005dc5;}
.report-Pharm .details ul li .con{height:0px; overflow: hidden;font-size: calc(14px + 0.1vw); color:#000000;transition: 0.6s;}
.report-Pharm .details ul li.active .con{height:auto;margin-top: 22px; overflow: hidden;}
.report-Pharm .details ul li.active .tt .image{transform: rotate(180deg);background: #5dc2d0;}

.report-Form{width: 90%;margin: auto;}
.report-Form .report-Form-tt{margin: calc(20px + 2vw) auto;text-align: center;font-size: calc(18px + 0.9vw);color: #2a2a2a;}
.report-Form .Form-tt{font-size: calc(18px + 0.4vw);line-height: 2.2; color: #333333;}
.report-Form-details{width: calc(100% - 120px);padding: 60px; box-shadow: 0px 0px 5px 5px #f7f7f7;border-radius: 20px; }
.report-Form-details ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.report-Form-details .w25{width: calc(25% - 8px);}
.report-Form-details .w50{width: calc(50% - 8px);}
.report-Form-details .w50 .input{display: flex;justify-content: space-between;}
.report-Form-details .w100{width: calc(100% - 0px);}
.report-Form-details .w1000{width: calc(100% - 0px);}
.report-Form-details ul li{margin-bottom: 12px;}
.report-Form-details ul li .tt{margin-bottom: 10px;color: #666666;}
.report-Form-details ul li .tt span{color: #e60012;}
.report-Form-details ul li input{width:calc(100% - 2px);text-indent:10px; float:left;height:45px;line-height:45px;border:1px solid #e6e6e6;outline: none;background: #ffffff; border-radius:5px;}
.report-Form-details ul li textarea{width:calc(100% - 2px);text-indent:10px; float:left;height:135px;line-height:45px;border:1px solid #e6e6e6;outline: none;border-radius:5px;}
.report-Form-details ul li select{width:calc(100% - 2px);color: #666666; float:left;height:45px;line-height:45px;border:1px solid #e6e6e6;outline: none;background: #ffffff; border-radius:5px;}
.report-Form-details .w1000 .list{float: left;display: flex;align-items: center;margin-right: 25px;height: 45px;}
.report-Form-details .w1000 .list input{width: 15px;height: 15px;float: left;margin-right: 5px;}
.report-Form-details .w1000 .list input.more{width: 120px;height: 45px;float: left;border:none; border-bottom:1px solid #e6e6e6;}
.report-Form-details ul .captcha{width: 100%;margin-bottom:12px;}
.report-Form-details ul .captcha input{width:180px;margin-right: 10px;}
.report-Form-details ul .captcha img{height: 45px;border:1px solid #e6e6e6;border-radius: 5px;}
.report-Form-details .messagesubmit{width: 338px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #005dc5;
  border-radius:5px;
  color: #fff;
  cursor: pointer;
}
/*关于我们*/


.abouttit{padding: calc(2vw + 10px) 0;}
.abouttit .catname{font-size:calc(1.4vw + 12px);}
.abouttit .des{color:#30416b;font-size:18px;}
.aboutpage1{width: 100%;overflow: hidden;background: url(../images/bg-aboutpage1.png)no-repeat right bottom ;height: calc(200px + 36vw); background-size:94%;}
.aboutpage1 .image{margin-top: 70px;}
.aboutpage1 .detail{margin-top: 8vw;}
.aboutpage1 .detail .title{font-size: calc(1.3vw + 24px);margin-bottom: 30px;}
.aboutpage1 .detail .con{font-size: calc(0.2vw + 16px);color: #666666;width: 345px;}
.aboutpage1 .detail .con span{text-align: right;width: 100%; display: block;}
.aboutpage2{position: relative;overflow: hidden;}
.aboutpage2 .aboutlist ul li{float: left;margin-bottom: calc(15px + 0.7vw);margin-right: 60px;min-width: 130px;}
.aboutpage2 .aboutlist ul li:nth-child(3n){margin-right: 0px;}
.aboutpage2 .aboutlist ul li .numCX{font-size: 40px;line-height: 1.5; color:#005dc5;}
.aboutpage2 .aboutlist ul li sub{font-size: 1vw;color:#005dc5;}
.aboutpage2 .aboutlist ul li .indc{font-size: calc(14px + 0.1vw);color:#333333}
.aboutpage2 .details{width: 100%;overflow: hidden;font-size: 18px;line-height: 2;}

.aboutpage3{overflow: hidden;background: url(../images/bg-fzlc.jpg)no-repeat center bottom ;background-size: cover;border-radius: 30px;margin-top:calc(20px + 2vw) ; padding-bottom: calc(20px + 2vw);}
.aboutpage3 .abouttit{color:#ffffff;}
.aboutpage3 .details{padding: calc(3vw + 6px) 0;}
.aboutpage3 ul li{opacity: 0.3;width: 33.33%;}
.aboutpage3 ul li .title{color:#ffffff;font-size: calc(0.7vw + 12px);line-height: 1;margin-bottom: calc(0.5vw + 2px);}
.aboutpage3 ul li .con{color:#ffffff;font-size: calc(0.5vw + 7px); line-height: 30px;height: 60px;}
.aboutpage3 ul li.swiper-slide-active{opacity: 1;}

.aboutpage4{width: 100%;}
.aboutpage4  .con{position: relative;}
.aboutpage4  .con .gsrySwiper{overflow: hidden;}
.aboutpage4  ul li{position: relative;transition: 0.6s;}
.aboutpage4  ul li .image{font-size: 0;line-height: 0;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.aboutpage4  ul li img{max-height: 330px;max-width: 100%;transition: 0.6s;}
.aboutpage4  ul li img:hover{transform: scale(1.1,1.1);}

.aboutpage5{width: 100%;}
.aboutpage5 .con{position: relative;}
.aboutpage5 .con .kycgSwiper{overflow: hidden;}
.aboutpage5  ul li{position: relative;transition: 0.6s;}
.aboutpage5  ul li .image{font-size: 0;line-height: 0;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.aboutpage5  ul li img{max-height: 320px;max-width: 100%;transition: 0.6s;}
.aboutpage5  ul li img:hover{transform: scale(1.1,1.1);}

/*质量管理*/

.qualitytit{padding: calc(1vw + 10px) 0;}
.qualitytit .catname{font-size:calc(1.4vw + 12px);}
.qualitytit .des{color:#666666;font-size:18px;}

.quality1{width: 100%;overflow: hidden;}
.quality1  ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.quality1  ul li{width:calc(25% - 70px);padding: 30px; background:#f4f6fb;border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality1  ul li::after{position: absolute;content: "";width: 109px;height: 102px;right: 0px;bottom: 0px;background:url(../images/icon_logo.png)no-repeat center;}
.quality1  ul li .tt{font-size: 19px;line-height: 1;color: #000000;margin-bottom: 10px;}
.quality1  ul li .intro{font-size: 15px;line-height: 2;color: #999999;margin-bottom: 20px;}
.quality1  ul li .con{font-size: 16px;line-height: 2;color: #666666;}
.quality1  ul li:hover{background:#004a9d;}
.quality1  ul li:hover::after{background:url(../images/icon_logo1.png)no-repeat center;}
.quality1  ul li:hover .tt{color: #ffffff;}
.quality1  ul li:hover .intro{color: #ffffff;}
.quality1  ul li:hover .con{color: #ffffff;}

.quality2{width: 100%;overflow: hidden;position: relative;}
.quality2 .details{width: calc(100% - 102px);padding:100px 50px; overflow: hidden;background:#f4f6fb;border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality2 .details::before{position: absolute;content: "";width: 29px;height: 23px;left: 50px;top: 50px;background:url(../images/qy_icon.png)no-repeat center;}
.quality2 .details::after{position: absolute;content: "";width: 30px;height: 23px;right: 50px;bottom: 50px;background:url(../images/hy_icon.png)no-repeat center;}
.quality2::after{position: absolute;content: "";width: 109px;height: 102px;right: 0px;bottom: 0px;background:url(../images/icon_logo.png)no-repeat center;}


.quality3{width: 100%;overflow: hidden;position: relative;}
.quality3 .details{display: flex;flex-wrap: wrap;width: calc(100% - 102px);padding:50px; overflow: hidden; background:#004a9d;border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality3 .details p{position: relative;padding: 0px 0px 0px 40px;line-height: 30px;width: 155px;color:#ffffff;}
.quality3 .details p::before{position: absolute;content: "";width: 11px;height: 11px;left: 0px;top: 9px; background:#ffffff;border-radius: 5px;}

.quality4{width: 100%;overflow: hidden;position: relative;}
.quality4 .details{display: flex;flex-wrap: wrap;justify-content: space-between;  overflow: hidden;position: relative;}
.quality4 .details p{position: relative;display: flex;justify-content: center; width: calc(100% / 7 - 10px);height: 138px;line-height: 138px;background:#f4f6fb;text-align: center;  border:1px solid #74abea;background: #f4f6fb;border-radius: 69px;overflow: hidden;transition: 0.6s;}
.quality4 .details p span{position: relative;padding: 0px 0px 0px 40px;}
.quality4 .details p span::before{position: absolute;content: "";width: 11px;height: 11px;left: 15px;top: 63px; background:#004a9d;border-radius: 5px;}
.quality4 .details p::after{position: absolute;content: "";width: 109px;height: 102px;right: 0px;bottom: 0px;}
.quality4 .details p:hover{background:#004a9d;}
.quality4 .details p:hover::after{background:url(../images/icon_logo1.png)no-repeat center;}
.quality4 .details p:hover span{color:#ffffff;}
.quality4 .details p:hover span::before{background:#ffffff;}

.quality5{width: 100%;overflow: hidden;position: relative;}
.quality5 .details{width: calc(100% - 102px);padding:100px 50px; overflow: hidden;background:#004a9d; border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality5 .details::before{position: absolute;content: "";width: 29px;height: 23px;left: 50px;top: 50px;background:url(../images/qy_icon_w.png)no-repeat center;}
.quality5 .details::after{position: absolute;content: "";width: 30px;height: 23px;right: 50px;bottom: 50px;background:url(../images/hy_icon_w.png)no-repeat center;}
.quality5::after{position: absolute;content: "";width: 109px;height: 102px;right: 0px;bottom: 0px;background:url(../images/icon_logo.png)no-repeat center;}
.quality5 .details .con{color: #ffffff;}

.quality6 .details{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;width: calc(100% - 102px);padding:50px; overflow: hidden;background:#f4f6fb;border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality6 .details .con{position: relative;padding: 50px 0px;}
.quality6 .details .con::before{position: absolute;content: "";width: 29px;height: 23px;left: 0px;top: 0px;background:url(../images/qy_icon.png)no-repeat center;}
.quality6 .details .con::after{position: absolute;content: "";width: 30px;height: 23px;right: 0px;bottom: 0px;background:url(../images/hy_icon.png)no-repeat center;}


/*招才纳贤 */

.recruitpage1{display: flex;justify-content: space-between;padding: 40px 0px calc(20px + 2vw);}
.recruitpage1 .recruittitle{font-size: calc(22px + 1.5vw);color: #000000;padding:  0px 0px calc(20px + 2vw);line-height: 1;text-align: center;}
.recruitpage1 .container{border-radius: 25px;overflow: hidden;}
.recruitpage1 .details .list{width: calc(100% / 3);float: left;background: #f3f5f7;}
.recruitpage1 .details .detail{height: calc(125px + 12vw);max-height: 354px; width: calc(100% - 80px);padding: 0px 40px;display: flex; align-items: center;justify-content: center;}
.recruitpage1 .details .detail .flex{text-align: center;max-width: 375px;}
.recruitpage1 .details .detail .flex .image{display: flex;justify-content: center;}
.recruitpage1 .details .detail .flex .title{font-size: calc(16px + 0.7vw); color: #005dc5;}
.recruitpage1 .details .detail .flex .summary{font-size: calc(14px + 0.2vw); color: #000000;}
.recruitpage1 .details .detail .flex .key{font-size: calc(20px + 1.5vw); color: rgba(28,28,28,0.1);line-height: 1;margin-top: 20px;position: relative;}
.recruitpage1 .details .detail .flex .key::before{content:""; position: absolute;width: 60px;height: 1px;background: rgba(0, 0, 0, 0.1);left: calc(50% + 35px);top: 50%;}
.recruitpage1 .details .detail .flex .key::after{content:""; position: absolute;width: 60px;height: 1px;background: rgba(0, 0, 0, 0.1);left: calc(50% - 95px);top: 50%;}
.recruitpage1 .details .con{font-size: 0;line-height: 0;overflow: hidden;}
.recruitpage1 .details .con img{max-width: 100%;transition: 0.6s;}
.recruitpage1 .details .list:hover .con img{transform: scale(1.1,1.1);}

.recruitpage2{position: relative;margin-bottom: calc(20px + 2vw);background: #f3f5f7;transition: 0.6s;overflow: hidden;border-radius: 25px;}
.recruitpage2 .image{width:50% ;float: left;overflow: hidden;}
.recruitpage2 .container{position: absolute;left: 50%;transform: translateX(-50%);top: 0;height: 100%;display: flex;align-items: center;
  overflow: hidden;
  flex-direction: row-reverse;}
.recruitpage2 .container .con{width: calc(50% - 100px);float: right;}
.recruitpage2 .container .recruittitle{color: #000000;font-size: calc(22px + 0.4vw);}
.recruitpage2 .container .details{color: #000000;max-width: 1000px;text-align: justify;}
.recruitpage2:hover img{opacity: 0.9;}

.recruitpage3{overflow: hidden;background: #f3f5f7;padding: 100px 0px 60px;border-radius: 20px;}
.recruitpage3 .recruittitle{font-size: calc(22px + 1.5vw);color: #000000;padding:  0px 0px calc(20px + 2vw);line-height: 1;}
.recruitpage3 .ygfcSwiper{overflow: hidden;padding-bottom: 70px;}
.recruitpage3 .ygfcSwiper .image{overflow: hidden;border-radius: 15px;}
.recruitpage3 .ygfcSwiper .image img{transition: 0.6s;}
.recruitpage3 .ygfcSwiper .image:hover img{transform: scale(1.1,1.1);}
.recruitpage4{padding: 40px 0px 60px;}
.recruitpage4 .recruittitle{font-size: calc(22px + 1.5vw);color: #000000;padding: calc(20px + 2vw) 0px calc(20px + 1vw); line-height: 1;}
.recruitpage4 .details .list{width: 100%;width: calc(33.33% - 14px);margin-right: 21px;float: left;}
.recruitpage4 .details .list .image{padding-top: 20px;transition: 0.6s;}
.recruitpage4 .details .list:nth-child(3n){margin-right: 0px;}
.recruitpage4 .details .list:hover .image{padding-top: 5px;}





.oemadlist{width:100%;overflow:hidden;margin-bottom:40px;}
.oemadlist .adlist-title{font-size:40px;margin:40px auto;}
.oemadlist .ad-details{width:100%;}
.oemadlist .ad-details li{width:calc(32%  -  62px);border:1px solid #dcdcdc; border-radius:8px;margin-bottom:35px; padding:0px 30px;height:100px; margin-right:2%;float:left; display:flex;align-items:center;}
.oemadlist .ad-details li:nth-child(3n){margin-right:0;}
.oemadlist .ad-details li .image{width:88px;}
.product_list4 .details li{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px;}
.product_list4 .details li:nth-child(2n){flex-direction:row-reverse;}
.product_list4 .details .detail{padding:20px;width: calc(50% - 40px); }
.product_list4 .details .image{width:50%;border-radius: 20px;overflow: hidden;}
.product_list4 .details .image img{max-width:100%;}
.product_list4 .details .detail .image img{max-width:100%;}
.product_list4 .details .detail .title{font-size:35px;margin-bottom:20px;}
.product_list4 .details li:last-child{margin-bottom:0;}

.productpage{}
.productpage_search_tit{font-size: 22px;margin-bottom: 20px;}
.productpage li{width: calc(100% - 80px);padding: 40px;background-color: #f1f3f7;border-radius: 15px;margin-bottom: 20px;}
.productpage li .details{width: calc(50% - 60px);padding: 0px 30px;color: #000000;}
.productpage li .details .title{font-size: calc(16px + 0.7vw);margin-bottom: 12px;}
.productpage li .details .specification{width:100%;overflow: hidden;}
.productpage li .details .specification .co{width: calc(100% - 70px);}
.productpage li .details .indication{width:100%;overflow: hidden;}
.productpage li .details .indication .co{width: calc(100% - 80px);}
.productpage li .details .department{width:100%;overflow: hidden;}
.productpage li .details .department .co{width: calc(100% - 100px);}
.productpage li .details .span{float: left;display: block;color: #005dc5;}
.productpage li .details .co{float: left;display: block;}
.productpage li .details .button{margin-top: calc(10px + 0.5vw);width: 100%;overflow: hidden;}
.productpage li .details a.more{height: 50px;border-radius: 25px;transition: 0.3s; line-height: 50px; width: 145px;display: block;background: #005dc5;color: #ffffff;margin-right: 10px;text-align: center;float: left;}
.productpage li .details a.more:hover{background:#909bb2 ;transition: 0.3s;}
.productpage li .details a.pdf{height: 50px;line-height: 50px;width: 145px;  border-radius: 25px;display: block;background: #909bb2;color: #ffffff;margin-right: 10px;text-align: center;float: left;}
.productpage li .details a.pdf:hover{background:#005dc5;transition: 0.3s;}
.productpage li .image{width:50%;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.productpage li .image a{overflow: hidden;}
.productpage li .image img{transition: 0.6s;}
.productpage li .image img:hover{transform: scale(1.2,1.2);}
.productpage li:nth-child(odd){display: flex;align-items: center;justify-content: space-between;flex-direction:row-reverse;}
.productpage li:nth-child(even){display: flex;align-items: center;justify-content: space-between;flex-direction:row;}


.rdcenterpage{}
.rdcenterpage li{width: calc(100% - 80px);padding: 40px;background-color: #f1f3f7;border-radius: 15px;margin-bottom: 20px;}
.rdcenterpage li .details{width: calc(50% - 60px);padding: 0px 30px;color: #000000;}
.rdcenterpage li .details .title{font-size: calc(16px + 0.7vw);margin-bottom: 12px;}
.rdcenterpage li .details .span{float: left;color: #005dc5;}
.rdcenterpage li .details .button{margin-top: calc(10px + 0.5vw);}
.rdcenterpage li .details a.more{height: 50px;border-radius: 25px;transition: 0.3s; line-height: 50px; width: 145px;display: block;background: #005dc5;color: #ffffff;margin-right: 10px;text-align: center;float: left;}
.rdcenterpage li .details a.more:hover{background:#909bb2 ;transition: 0.3s;}
.rdcenterpage li .details a.pdf{height: 50px;line-height: 50px;width: 145px; border-radius: 25px;display: block;background: #909bb2;color: #ffffff;text-align: center;float: left;}
.rdcenterpage li .details a.pdf:hover{background:#005dc5;transition: 0.3s;}
.rdcenterpage li .image{width:50%;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.rdcenterpage li .image a{overflow: hidden;}
.rdcenterpage li .image img{transition: 0.6s;}
.rdcenterpage li .image img:hover{transform: scale(1.2,1.2);}
.rdcenterpage li:nth-child(odd){display: flex;align-items: center;justify-content: space-between;flex-direction:row-reverse;}
.rdcenterpage li:nth-child(even){display: flex;align-items: center;justify-content: space-between;flex-direction:row;}

rdc

.picture{ /*display: flex; */}
.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 4);  border-radius: 12px;  overflow: hidden;  margin-right: 1%;margin-bottom: 25px;background: #f8f8f8;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li a{width:calc(100% - 20px);margin: auto;padding: 10px 0px;display: block;}
.picture .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;/*background: #f8f8f8;*/ }
.picture .detail li .image img{max-width: 100%;max-height: 100%;}
.picture .detail li img{transition: 0.6s;}
.picture .detail li img:hover{transform: scale(1.1,1.1);}
.picture .detail li .title { font-size: 18px;line-height: 25px;height: 50px; color: #000;text-align: center;  margin: 20px 0 0;position: relative;}
.picture .detail li .summary{font-size: 14px;color:#666;}

.picture1{ display: flex; }
.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(91% / 7);  border-radius: 3px;  overflow: hidden;  margin-right: 1.5%;margin-bottom: 25px;}
.picture1 .detail li:nth-child(7n) {  margin-right: 0;}
.picture1 .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;}
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.picture1 .detail li .image img:hover{transform: scale(1.1,1.1);}
.picture1 .detail li .title {  text-align: center;font-size: 16px;line-height: 25px;height: 50px; color: #000;  margin: 20px 0 0;position: relative;}



/* .picture .detail li p::after{position: absolute;content:"";width: 30px;height: 8px;border-radius: 4px; background: #000000;left: calc(50% - 15px);bottom: 0;} */
.picture .detail li:hover img {  transform: scale(1.1, 1.1);}
.picture .detail li:hover p{color:#2458a4;}
.picture .detail li:hover p::after{background: #2458a4;}



.hydt{display: flex; }
.hydt .details li {margin-bottom: 25px;width:32%;overflow:hidden;background:#f9f9f9;border-radius:5px;float:left;margin-right:2%;}
.hydt .details li a {width:90%;padding:20px 5%;display:block;  font-size: 16px;  overflow: hidden;}
.hydt .details li a .image{width:100%; font-size: 0;font-weight: 0;overflow: hidden;display: flex;height:206px;}
.hydt .details li a .image img{width:100%;transition: 0.6s;border-radius: 5px;overflow: hidden;}
.hydt .details li a .title {width: 100%; font-size: 18px;color: #333333;line-height:30px;height:60px; margin:10px auto;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .des{margin-bottom: 5px; color:#808080;font-size: 14px;line-height: 25px;height:50px;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;}
.hydt .details li:hover{background:#1f72ec;transition:0.3s;}
.hydt .details li:hover a *{color:#ffffff;}
.hydt .details li:nth-child(3n){margin-right:0;}


.articlepage .details{width: 100%;overflow: hidden;}
.articlepage .details li {position:relative;width: 100%;float: left;padding: 30px 0px;border-bottom: 1px solid #e2e2e2; overflow: hidden;}
.articlepage .details li a {width: 100%;display:flex;align-items: center;justify-content: space-between; overflow: hidden;flex-wrap: wrap;}
.articlepage .details li a .image{width: 300px;margin-right: 20px;overflow: hidden;border-radius: 15px;}
.articlepage .details li a .image img{transition: 0.6s;}
.articlepage .details li a .detail{width: calc(100% - 320px);}
.articlepage .details li a .title {width: 100%; font-size: calc(0.4vw + 14px);color: #333333;margin-bottom: 10px; line-height: 1.6;transition: 0.3s;}
.articlepage .details li a .title span{float: right;font-size: calc(0.2vw + 12px);color: #999999;}
.articlepage .details li a .des{margin-bottom: 5px; color:#333333;font-size: calc(0.2vw + 12px);line-height: 2;transition: 0.3s;}
.articlepage .details li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;transition: 0.3s;}
.articlepage .details li a .icon{font-size: calc(0.2vw + 12px);color: #666666;transition: 0.3s;}
.articlepage .details li a:hover .image img{transform: scale(1.1,1.1);}
.articlepage .details li a:hover .title {  color: #005dc5;}
.articlepage .details li a:hover .title span {  color: #005dc5;}
.articlepage .details li a:hover .des{  color: #005dc5;}
.articlepage .details li a:hover .icon{  color: #005dc5;}

.xwlb{display: flex; }
.xwlb .details li {border-bottom: 1px dashed #005dc5;margin-bottom: 18px; }
.xwlb .details li a {  display: flex;justify-content: space-between; align-items: center;  padding-bottom: 18px;  font-size: 16px;  overflow: hidden;}
.xwlb .details li a .title {width: 100%; font-size: 18px;color: #333333;line-height: 35px;}
.xwlb .details li a .date { font-size: 12px;line-height: 35px;white-space: nowrap;flex: 0 0 120px;text-align: right;}
.xwlb .details li a:hover .title {  color: #005dc5;}

.articleshow{margin: auto;}
.articleshow img{max-width: 100%;}
.articleshow .title{font-size: 26px; line-height: 40px;margin-bottom:25px ;color: #000;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 16px; color:#bbbbbb;}
.articleshow .date p{float: left;margin-right: 14px;}
.articleshow .image{display: flex;justify-content: center;}
.article_show1{display: flex;justify-content: space-between;}
.article_show1 .image{margin-right: 40px;}
.article_show1 .editor{width: calc(100% - 200px);}

.productshow{}
.productshow .productshow-title{font-size: calc(1vw + 20px) ;line-height:2;color: #000000;}
.productshow .productshow-title .span{float: left;color: #005dc5;}
.productshow .productshow-des{margin-bottom: 40px;}
.content-part-one{overflow: hidden;margin: auto;display: flex;align-items: center;justify-content: space-between;}
.content-part-one .fl{width: 45%;float: left;font-size: 0;line-height: 0;}
.content-part-one .fl .image{overflow: hidden;}
.content-part-one .fl img{transition: 0.6s;}
.content-part-one .fl img:hover{transform: scale(1.2,1.2);}
.content-part-one .fr{width: 50%;float: right;height: 462px;border-radius: 20px; background: #e8edf4;display: flex;align-items: center;justify-content: center;font-size: 18px; color: #666666; }

.content-part-one .fr  .specification{width:100%;overflow: hidden;margin-bottom: calc(10px + 1vw);}
.content-part-one .fr  .specification .co{width: calc(100% - 80px);}
.content-part-one .fr  .indication{width:100%;overflow: hidden;margin-bottom: calc(10px + 1vw);}
.content-part-one .fr  .indication .co{width: calc(100% - 90px);}
.content-part-one .fr  .department{width:100%;overflow: hidden;margin-bottom: calc(10px + 1vw);}
.content-part-one .fr  .department .co{width: calc(100% - 110px);}


.content-part-one .fr .span{float: left; color: #005dc5;}
.content-part-one .fr .co{float: left;}
.content-part-one .fr .button a.pdf{height: 50px;transition: 0.3s;line-height: 50px;width: 145px; border-radius: 25px;display: block;background: #909bb2;color: #ffffff;text-align: center;float: left;}
.content-part-one .fr .button a.pdf:hover{background: #005dc5;color: #ffffff;}

.content-part-two{width: 100%;overflow: hidden;border-top: 1px solid #ebecef; margin: 60px auto 0;position: relative;}
.content-part-two .part-two-con{margin: auto;}
.content-part-two .part-two-con p{width: calc(100% - 70px);padding-left: 70px;transition: 0.3s; padding: 20px 0px 20px 70px;border-bottom: 1px solid #ebecef;position: relative;color: #10529c;font-size: 18px;}
.content-part-two .part-two-con p::after{content: "";left:26px;top: 35px; position: absolute;width:6px;height: 6px;border-radius: 3px;background: #10529c;}
.content-part-two .part-two-con p::before{content: "";left:22px;top: 31px; position: absolute;width:12px;height: 12px;border-radius: 7px;border: 1px solid #10529c;}
.content-part-two .part-two-con p:hover{padding-left: 55px;}

.contact_li{width: 100%;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.contact_li li{display: flex;justify-content: center;align-items: center;}
.contact_li li .pic{margin-right: 30px;}
.contact_li li .tt{font-size: 22px;line-height: 1;margin-bottom: 12px;}
.contact_li li .con{font-size: 16px;font-weight: lighter;line-height: 1;}
.contact_li li:nth-child(3n+2){width: 32%; border-left: 1px solid #e9e9e9;border-right: 1px solid #e9e9e9;}



#allmap{width: 100%;height: 600px;}


.product_show .iMessage{ width: 100%;height: 100%;background: #f8f8f8;position: relative;}
.product_show .iMessage::after{content: ""; position: absolute;left: 0;top:0;width: 8px;height: 100%;background: #005dc5;}
.product_show .iMessage .cnname{width: calc(100% - 60px);padding:30px 30px 0px;font-size: 24px;color:#000000;}
.product_show .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_show .iMessage ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #ffffff;border-radius: 5px;width: calc(100% - 40px);padding: 0px 20px;}
.product_show .iMessage ul li.text{width: calc(49% - 40px);padding: 0px 20px;}
.product_show .iMessage ul li .select{margin-top: 17px;}
.product_show .iMessage ul li.text span{color:#666666;line-height:60px;}
.product_show .iMessage ul li p{width: 138px;height:60px;line-height:60px;font-size:16px;float: left;}
.product_show .iMessage ul li input{text-indent:10px; float:left;height:60px;line-height:60px;border:none;outline: none; border-radius:2px;}
.product_show .iMessage ul li textarea{width:calc(100% - 40px);padding: 0px 10px; text-indent:10px; float:left;height:180px;line-height:60px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.product_show .iMessage ul li.address input{width: 50%;}
.product_show .iMessage ul li.name input{width: 50%;}
.product_show .iMessage .messagesubmit{width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #005dc5;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
    transition: 0.3s;
}
.product_show .upload{width:100%;}
.product_show .upload .tt{color:#005dc5;margin-top: 15px;}
.product_show .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;width:100%;overflow:hidden;}
.product_show .addfile img{margin-right:40px;}
.product_show .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.product_show .iMessage .messagesubmit:hover{background:#34855b;}




.content-message{background: url(../images/content_bg.jpg)no-repeat center;background-size: cover;padding: 60px 0px;}
.content-message .iMessage{ width: 100%;height: 100%;position: relative;}
.content-message .iMessage .cnname{width: calc(100% - 60px);padding:30px 30px 0px;font-size: 24px;color:#ffffff;}
.content-message .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.content-message .iMessage ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #ffffff;border-radius: 5px;width: calc(100% - 40px);padding: 0px 20px;}
.content-message .iMessage ul li.text{width: calc(49% - 40px);padding: 0px 20px;}
.content-message .iMessage ul li .select{margin-top: 17px;}
.content-message .iMessage ul li.text span{color:#ffffff;line-height:60px;}
.content-message .iMessage ul li p{width: 138px;height:60px;line-height:60px;font-size:16px;float: left;}
.content-message .iMessage ul li input{text-indent:10px; float:left;height:60px;line-height:60px;border:none;outline: none; border-radius:2px;}
.content-message .iMessage ul li textarea{width:calc(100% - 40px);padding: 0px 10px; text-indent:10px; float:left;height:180px;line-height:60px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.content-message .iMessage ul li.address input{width: 50%;}
.content-message .iMessage ul li.name input{width: 50%;}
.content-message .iMessage .messagesubmit{width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #ffffff;
  border-radius: 25px;
  color: #000000;
  cursor: pointer;
transition: 0.3s;
}
.content-message .tt2{color:#ffffff;}
.content-message .upload{width:100%;}
.content-message .upload .tt{color:#ffffff;margin-top: 15px;}
.content-message .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;width:100%;overflow:hidden;}
.content-message .addfile img{margin-right:40px;}
.content-message .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.content-message .upload p{color:#ffffff;}
.content-message .iMessage .messagesubmit:hover{background:#34855b;}



.fixedmessage{position: fixed;width: 666px;padding: 45px 0px; bottom: -700px;right: 25px;background: #ffffff;border: 1px solid #eee;box-shadow: 0px 0px 2px 0px #eeeeee;transition: 0.3s; border-radius: 25px;z-index: 10000;height: 600px;overflow-y: scroll;}
.fixedmessage .iMessage{ width: 100%;height: 100%;position: relative;}
.fixedmessage .iMessage .cnname{width: calc(100% - 60px);padding:20px 30px;font-size: 24px;color:#333333;border-bottom: 1px solid #eeeeee;}
.fixedmessage .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.fixedmessage .iMessage ul li{width: calc(100% - 42px);padding: 0px 20px;overflow:hidden;margin-bottom:20px;background: #ffffff;border:1px solid #eeeeee; border-radius: 5px;}
.fixedmessage .iMessage ul li .select{margin-top: 17px;}
.fixedmessage .iMessage ul li.text span{color:#ffffff;line-height:40px;}
.fixedmessage .iMessage ul li p{width: 138px;height:40px;line-height:40px;font-size:16px;float: left;}
.fixedmessage .iMessage ul li input{text-indent:10px; float:left;height:40px;line-height:40px;border:none;outline: none; border-radius:2px;}
.fixedmessage .iMessage ul li textarea{text-indent:10px; float:left;height:120px;line-height:40px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.fixedmessage .iMessage ul li.address input{width: 50%;}
.fixedmessage .iMessage ul li.name input{width: 50%;}
.fixedmessage .iMessage .messagesubmit{width: 250px;margin: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #005dc5;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.fixedmessage .tt2{color:#000000;}
.fixedmessage .upload .tt{color:#000000;margin-top: 15px;}
.fixedmessage .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;}
.fixedmessage .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.fixedmessage .upload p{color:#000000}

.fixedmessage.current{bottom: 20px;}
.fixedmessage .iMessage .messagesubmit:hover{background:#34855b;}




.zkzj .detail li{ flex: 0 1 calc(96% / 5); margin-right: 1%; }
.zkzj .detail li:nth-child(4n) {  margin-right: 1%;}
.zkzj .detail li:nth-child(5n) {  margin-right: 0%;}

/* 底部 */
.footer {background: #f3f5f7;padding: calc(15px + 1vw) 0px 20px;border-radius: 20px 20px 0px 0px; position: relative;overflow: hidden;  max-width: 1817px;width:94.5%;margin: auto;}
.footer_top{display: flex;justify-content: space-between;align-items: flex-start;padding:20px 0px;}
.footer-menu{overflow: hidden; }
.footer_map{width: 500px;height: 350px;position: relative}
.footer_nav{}
.footer_nav ul li{float:left; margin-left: 30px;}
.footer_nav a{display: block;}
.footer_nav a.nv{font-size: 18px;}
.footer_nav a:hover{color: #005dc5;}

.footer-lxfs{width: 100%;overflow: hidden;}
.footer-lxfs .container{padding: 20px 0px;}
.footer-lxfs ul{}
.footer-lxfs ul li{margin-bottom: 5px;}
.footer-lxfs ul li .title{font-size: calc(14px + 0.2vw);color: #666;}
.footer-lxfs ul li .con{font-size:calc(16px + 0.2vw);line-height: 1.5;}

.footer-bottom {display: flex;justify-content: space-between;align-items: flex-end;}
.footer-bottom .footer-copyright{line-height: 100px;}
.footer-bottom .footer_qrcode{text-align: center;}

#goTopBtn{position: fixed;bottom: 115px;right:4%;background: #005dc5;}
#goTopBtn .image{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 15px;
  margin:0px 3px;
}
.mypage li.active {
  background: #3c7cd6;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}